Information about plays

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

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

{
    "id": 1286345,
    "uri": "https://api.kexp.org/v2/plays/1286345/?format=api",
    "airdate": "2007-10-03T01:24:44-07:00",
    "show": 22508,
    "show_uri": "https://api.kexp.org/v2/shows/22508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41kRKzEO90L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41kRKzEO90L._SL75_.jpg",
    "song": "Second Hand Girl",
    "track_id": "71708b6f-50e6-4d17-8769-14f4608a6210",
    "recording_id": null,
    "artist": "Shocking Pinks",
    "artist_ids": [
        "2f24f70e-c1ce-4fd4-a927-48fad3fe74e0"
    ],
    "album": "Shocking Pinks",
    "release_id": "de905561-fb44-4325-93ac-071ebd388a2e",
    "release_group_id": null,
    "labels": [
        "DFA/Astralwerks"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}