Information about plays

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

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

{
    "id": 382020,
    "uri": "https://api.kexp.org/v2/plays/382020/?format=api",
    "airdate": "2019-09-17T14:31:51-07:00",
    "show": 6360,
    "show_uri": "https://api.kexp.org/v2/shows/6360/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Finally Woken",
    "track_id": "e5746ea1-633d-3ec9-8689-e1033b66e619",
    "recording_id": null,
    "artist": "Jem",
    "artist_ids": [
        "d94f79b0-c690-4a60-9a45-a37a11b78051"
    ],
    "album": "It All Starts Here...",
    "release_id": "0366521f-56aa-414a-9dc4-556d6b230c79",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2003-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jemma Griffiths, known by her stage name Jem, is a Welsh singer, songwriter, and record producer. Born and raised in Penarth, Wales, she began songwriting at an early age. She has released 3 full-length albums since 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}