Information about plays

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

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

{
    "id": 344699,
    "uri": "https://api.kexp.org/v2/plays/344699/?format=api",
    "airdate": "2019-06-22T11:44:00-07:00",
    "show": 5745,
    "show_uri": "https://api.kexp.org/v2/shows/5745/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Man Is an Island",
    "track_id": "1fd7ebfa-dec3-3c15-a4b8-af2bb8000071",
    "recording_id": null,
    "artist": "Dennis Brown",
    "artist_ids": [
        "24c0aaf3-4ac2-4f9a-9ce6-a1545a96f017"
    ],
    "album": "Bless Me Jah",
    "release_id": "28d06c0e-b02e-4e69-bf45-e012fc611299",
    "release_group_id": null,
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [],
    "release_date": "1999-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Marley cited Brown as his favourite singer, dubbing him \"The Crown Prince of Reggae\", and Brown would prove influential on future generations of reggae singers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}