Information about plays

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

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

{
    "id": 344909,
    "uri": "https://api.kexp.org/v2/plays/344909/?format=api",
    "airdate": "2019-06-22T23:19:00-07:00",
    "show": 5750,
    "show_uri": "https://api.kexp.org/v2/shows/5750/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shithawks",
    "track_id": "e7bfbf72-542c-3858-ae8b-42107f094243",
    "recording_id": null,
    "artist": "The Flatliners",
    "artist_ids": [
        "e5b8c0f3-0752-4a76-987a-96098ce9d490"
    ],
    "album": "Cavalcade",
    "release_id": "d7c30a89-02ec-4cef-893e-ef9fd9ab3911",
    "release_group_id": null,
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [
        "f8dfdee7-b4db-4ee9-9439-f4559f967169"
    ],
    "release_date": "2010-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}