Information about plays

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

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

{
    "id": 2677429,
    "uri": "https://api.kexp.org/v2/plays/2677429/?format=api",
    "airdate": "2019-12-24T05:23:58-08:00",
    "show": 46214,
    "show_uri": "https://api.kexp.org/v2/shows/46214/?format=api",
    "image_uri": "https://coverartarchive.org/release/6afeb3ca-4103-42d1-9029-94cb068595f9/8404095525-250.jpg",
    "thumbnail_uri": "",
    "song": "Guinée",
    "track_id": "c0cb7142-8f11-4b0a-af85-accbd9cc79e9",
    "recording_id": null,
    "artist": "Francis Bebey",
    "artist_ids": [
        "fab6adab-b46f-45f8-8700-bc44408ba583"
    ],
    "album": "Psychedelic Sanza 1982-1984",
    "release_id": "6afeb3ca-4103-42d1-9029-94cb068595f9",
    "release_group_id": null,
    "labels": [
        "Born Bad Records"
    ],
    "label_ids": [
        "c82f5a52-138e-46b0-b359-acab96b71ce6"
    ],
    "release_date": "2014-08-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Psychedelic Christmas Eve",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}