Information about plays

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

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

{
    "id": 349791,
    "uri": "https://api.kexp.org/v2/plays/349791/?format=api",
    "airdate": "2019-07-03T23:34:00-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Barracuda",
    "track_id": "72c220f9-f60f-4eb1-b00a-8384217422ff",
    "recording_id": null,
    "artist": "John Cale",
    "artist_ids": [
        "72c090b6-a68e-4cb9-b330-85278681a714"
    ],
    "album": "Fear",
    "release_id": "0c73e9f0-90a8-415a-9561-d66835d0c39b",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}