Information about plays

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

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

{
    "id": 2677719,
    "uri": "https://api.kexp.org/v2/plays/2677719/?format=api",
    "airdate": "2019-12-24T23:47:00-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's a Shame About Ray",
    "track_id": "5fb7409c-2e75-3589-805b-b141a54a97d1",
    "recording_id": null,
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "It's a Shame About Ray",
    "release_id": "928fad9d-95ef-43d9-ad00-a70971f24818",
    "release_group_id": null,
    "labels": [
        "Plain Recordings"
    ],
    "label_ids": [
        "0f5f84e7-5890-4615-8c86-dc70f51e214e"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}