Information about plays

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

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

{
    "id": 532096,
    "uri": "https://api.kexp.org/v2/plays/532096/?format=api",
    "airdate": "2002-03-28T07:33:21-08:00",
    "show": 9211,
    "show_uri": "https://api.kexp.org/v2/shows/9211/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Creep",
    "track_id": null,
    "recording_id": null,
    "artist": "The Afghan Whigs",
    "artist_ids": [
        "2feb192c-2363-46d6-b476-1c88a25cb294"
    ],
    "album": "Bonnie & Clyde EP",
    "release_id": "97611b25-a21a-4efa-a6c5-8095f6c1ecb9",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment Group"
    ],
    "label_ids": [
        "198a0950-3a61-456a-a3b5-f4929123ef5d"
    ],
    "release_date": "1996-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}