Information about plays

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

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

{
    "id": 1268801,
    "uri": "https://api.kexp.org/v2/plays/1268801/?format=api",
    "airdate": "2007-08-19T09:40:00-07:00",
    "show": 22213,
    "show_uri": "https://api.kexp.org/v2/shows/22213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drifting From Town to Town",
    "track_id": "a48f67d6-4a16-481e-ab4c-f80d9bf6cd0a",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Anthology of the Blues: Memphis Blues: Archive Series, Volume 2",
    "release_id": "c19c37b6-d6b9-4672-872d-ba1c4d630907",
    "release_group_id": null,
    "labels": [
        "Kent"
    ],
    "label_ids": [
        "38e5c668-806f-4d99-9fa7-e9f0a1d832cb"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}