Information about plays

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

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

{
    "id": 355004,
    "uri": "https://api.kexp.org/v2/plays/355004/?format=api",
    "airdate": "2019-07-16T07:53:36-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "http://coverartarchive.org/release/35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2/1517852873-250.jpg",
    "thumbnail_uri": "",
    "song": "Roxanne",
    "track_id": "34fdecdd-7535-3136-995e-e5c8b38d2f61",
    "recording_id": null,
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings",
    "release_id": "35a9ec45-b8b2-4ef5-aba6-b872a84ee8e2",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Stewart Copeland, drummer for The Police.  What was it like for The Police having their first hit be a song about a prostitute?  Stewart Copeland: \"To the extent that there was cause for concern would be the extent to which we got a thrill from it. We were a punk band, officially. That was our mission, that was our purpose.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}