Information about plays

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

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

{
    "id": 2683136,
    "uri": "https://api.kexp.org/v2/plays/2683136/?format=api",
    "airdate": "2020-01-07T05:54:23-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9d5f43f-826f-3a52-8890-084d0863d687/2096303717-250.jpg",
    "thumbnail_uri": "",
    "song": "No Cars Go",
    "track_id": "b10a41da-12d8-33ed-b954-17f971938d46",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Neon Bible",
    "release_id": "e9d5f43f-826f-3a52-8890-084d0863d687",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2007-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}