Information about plays

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

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

{
    "id": 422867,
    "uri": "https://api.kexp.org/v2/plays/422867/?format=api",
    "airdate": "2001-05-09T20:18:45-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61zh-ADt8bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61zh-ADt8bL._SL75_.jpg",
    "song": "Pony Boy",
    "track_id": "8464eefe-0193-44da-9ffd-37a5f311e4e9",
    "recording_id": null,
    "artist": "The Allman Brothers Band",
    "artist_ids": [
        "72359492-22be-4ed9-aaa0-efa434fb2b01"
    ],
    "album": "Brothers and Sisters",
    "release_id": "1eab8666-baee-41be-9839-0d30222a4486",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "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"
}