Information about plays

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

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

{
    "id": 1339733,
    "uri": "https://api.kexp.org/v2/plays/1339733/?format=api",
    "airdate": "2008-02-17T01:38:29-08:00",
    "show": 23408,
    "show_uri": "https://api.kexp.org/v2/shows/23408/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4114CB3V5EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4114CB3V5EL._SL75_.jpg",
    "song": "King's Dub",
    "track_id": "b0e5ed0f-a1c4-4ffb-bf66-fdb3524bfef2",
    "recording_id": null,
    "artist": "Ja-Man All Stars",
    "artist_ids": [
        "110fa03c-6305-4214-8823-f3c0412cb148"
    ],
    "album": "In the Dub Zone",
    "release_id": "ff7f05d7-bf14-4946-bd82-48ee67427440",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "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"
}