Information about plays

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

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

{
    "id": 373314,
    "uri": "https://api.kexp.org/v2/plays/373314/?format=api",
    "airdate": "2019-08-28T01:44:51-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/1cb726e0-f781-47d1-8a80-bacad3896811/8038978028-250.jpg",
    "thumbnail_uri": "",
    "song": "Whitby",
    "track_id": "34652504-7615-472e-a7ab-13058600929a",
    "recording_id": null,
    "artist": "The Octopus Project",
    "artist_ids": [
        "aaf92b5a-199c-4b1b-969d-7a915ffb6f0f"
    ],
    "album": "Fever Forms",
    "release_id": "1cb726e0-f781-47d1-8a80-bacad3896811",
    "release_group_id": null,
    "labels": [
        "Peek-A-Boo Records"
    ],
    "label_ids": [
        "0d31733d-3a1e-421a-b2fc-6d2c079de9ba"
    ],
    "release_date": "2013-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In conversation with Josh Lambert of The Octopus Project on their hometown, the writing process, influences, career highlights, and more. https://bit.ly/2PhWW5m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}