Information about plays

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

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

{
    "id": 350190,
    "uri": "https://api.kexp.org/v2/plays/350190/?format=api",
    "airdate": "2019-07-04T21:14:37-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/7ae010e5-b06d-40bd-8352-a6b33835cf2f/14883053633-250.jpg",
    "thumbnail_uri": "",
    "song": "Don't Wanna Be",
    "track_id": "330020f6-025f-4058-8474-9bfe484f81fe",
    "recording_id": null,
    "artist": "Xenia Rubinos",
    "artist_ids": [
        "362df059-5fa3-4317-8349-db7e2328decf"
    ],
    "album": "Black Terry Cat",
    "release_id": "7ae010e5-b06d-40bd-8352-a6b33835cf2f",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn, New York https://xeniarubinos.bandcamp.com/album/black-terry-cat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}