Information about plays

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

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

{
    "id": 2680833,
    "uri": "https://api.kexp.org/v2/plays/2680833/?format=api",
    "airdate": "2020-01-01T13:49:58-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "https://coverartarchive.org/release/67bffab2-20a6-38c2-9434-652b58728556/3370097566-250.jpg",
    "thumbnail_uri": "",
    "song": "In the New Year",
    "track_id": "68b8ecb9-7c07-3948-b185-583952c83679",
    "recording_id": null,
    "artist": "The Walkmen",
    "artist_ids": [
        "b7834ebd-64ae-46c3-a930-2d3a52ee743a"
    ],
    "album": "You & Me",
    "release_id": "67bffab2-20a6-38c2-9434-652b58728556",
    "release_group_id": null,
    "labels": [
        "Gigantic Music"
    ],
    "label_ids": [
        "ae168656-8b44-4cda-ad71-e6b3743148ef"
    ],
    "release_date": "2008-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}