Information about plays

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

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

{
    "id": 349100,
    "uri": "https://api.kexp.org/v2/plays/349100/?format=api",
    "airdate": "2019-07-02T15:39:12-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "http://coverartarchive.org/release/9788c0ff-4ff7-4793-9cb6-4c371f9882db/23221692544-250.jpg",
    "thumbnail_uri": "",
    "song": "sadie",
    "track_id": "91f00eb3-419c-4964-af34-b02f8020ba53",
    "recording_id": null,
    "artist": "pronoun",
    "artist_ids": [
        "e8f1e8f0-b751-4024-a0c5-27f27c97bf2c"
    ],
    "album": "i'll show you stronger",
    "release_id": "9788c0ff-4ff7-4793-9cb6-4c371f9882db",
    "release_group_id": null,
    "labels": [
        "Rhyme & Reason Records"
    ],
    "label_ids": [
        "7262576d-6501-4e6a-ba7c-5b444304a27c"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a press release, Alyse Vellturo explains the song’s genesis: “I wrote this song skateboarding around SXSW 2016. I had just started the project and was meeting so many new people and musicians and everything was starting to fall into place. I was so thankful and excited to start a new life and career on my own and leave everything I knew behind.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}