Information about plays

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

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

{
    "id": 1189763,
    "uri": "https://api.kexp.org/v2/plays/1189763/?format=api",
    "airdate": "2007-01-27T15:14:26-08:00",
    "show": 20857,
    "show_uri": "https://api.kexp.org/v2/shows/20857/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LZEJ5rKgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LZEJ5rKgL._SL75_.jpg",
    "song": "Where Damage Isn't Already Done",
    "track_id": null,
    "recording_id": null,
    "artist": "The Radio Dept.",
    "artist_ids": [
        "e664d1cd-23ab-48d5-b8fa-e98485daa5be"
    ],
    "album": "Lesser Matters",
    "release_id": "17c8235d-294c-404e-baa4-be6dfa163e9e",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}