Information about plays

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

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

{
    "id": 376749,
    "uri": "https://api.kexp.org/v2/plays/376749/?format=api",
    "airdate": "2019-09-04T22:35:41-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/948a8a4c-23f3-4bf2-b201-dcb68a89b897/22908767075-250.jpg",
    "thumbnail_uri": "",
    "song": "So You Wanna Be a Superhero",
    "track_id": "6ce76bdc-3fc9-316b-816b-3c2ad2ece3a9",
    "recording_id": null,
    "artist": "Carissa's Wierd",
    "artist_ids": [
        "4bd31567-70a8-4007-9ac6-3c68c7fc3d45"
    ],
    "album": "Songs About Leaving",
    "release_id": "948a8a4c-23f3-4bf2-b201-dcb68a89b897",
    "release_group_id": null,
    "labels": [
        "Sad Robot Records"
    ],
    "label_ids": [
        "7bf2d5cc-d7b7-4034-8f32-9d3848bea9ea"
    ],
    "release_date": "2002-08-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}