Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/424745/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 424745,
    "uri": "https://api.kexp.org/v2/plays/424745/?format=api",
    "airdate": "2001-05-15T16:23:04-07:00",
    "show": 7124,
    "show_uri": "https://api.kexp.org/v2/shows/7124/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Prior Convictions",
    "track_id": "99f9ed6f-ac21-4ab6-8fd9-76222431c663",
    "recording_id": null,
    "artist": "Hungry Ghosts",
    "artist_ids": [
        "a6909a9a-d24e-462f-9022-871e7b48b66c"
    ],
    "album": "Alone, Alone",
    "release_id": "6064552b-c683-4872-9fc6-c1dd508be376",
    "release_group_id": null,
    "labels": [
        "Smells Like Records"
    ],
    "label_ids": [
        "ae9ddfd9-5c54-45f7-88a3-c1af57e2ac93"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}