Information about plays

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

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

{
    "id": 1364437,
    "uri": "https://api.kexp.org/v2/plays/1364437/?format=api",
    "airdate": "2008-04-20T10:31:33-07:00",
    "show": 23824,
    "show_uri": "https://api.kexp.org/v2/shows/23824/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51SvX8mPQjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51SvX8mPQjL._SL75_.jpg",
    "song": "Key to the Highway",
    "track_id": "769f07f3-02db-442b-8a67-bc04c22bde46",
    "recording_id": null,
    "artist": "Freddie King",
    "artist_ids": [
        "d6ae4b23-965f-485a-b2c2-66c43ffaef20"
    ],
    "album": "Live at the Electric Ballroom, 1974",
    "release_id": "31d4493a-f466-4fea-851e-7ae2a3afd213",
    "release_group_id": null,
    "labels": [
        "Black Top Records"
    ],
    "label_ids": [
        "a41c3523-455e-4435-b86f-3537010d9d94"
    ],
    "release_date": "1996-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}