Information about plays

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

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

{
    "id": 350340,
    "uri": "https://api.kexp.org/v2/plays/350340/?format=api",
    "airdate": "2019-07-05T05:53:21-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desperado",
    "track_id": "d8ad3596-20bc-36c3-b0e9-97d9ba93168f",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "American IV: The Man Comes Around",
    "release_id": "1e313a50-d295-44e2-9f0a-a40c34434061",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}