Information about plays

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

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

{
    "id": 353226,
    "uri": "https://api.kexp.org/v2/plays/353226/?format=api",
    "airdate": "2019-07-11T22:02:20-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/2bfe1c0b-ba39-4996-9b66-dad0b00df977/23288220439-250.jpg",
    "thumbnail_uri": "",
    "song": "Mary Always",
    "track_id": "0e0d61f3-0935-4336-846f-47bb4969ab69",
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Hasta El Cielo (Con Todo El Mundo in Dub)",
    "release_id": "2bfe1c0b-ba39-4996-9b66-dad0b00df977",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khruangbin: funk, psychedelic, dub, world, jazz and soul, coupled with a globe spanning taste in music. Check them out performing LIVE in KEXP studio. Recorded April 26, 2018 https://www.youtube.com/watch?v=DyWhFB9ijzA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}