Information about plays

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

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

{
    "id": 354719,
    "uri": "https://api.kexp.org/v2/plays/354719/?format=api",
    "airdate": "2019-07-15T15:01:07-07:00",
    "show": 5914,
    "show_uri": "https://api.kexp.org/v2/shows/5914/?format=api",
    "image_uri": "http://coverartarchive.org/release/d1b10da9-c1df-4619-9c5c-da7599df5b56/6830297851-250.jpg",
    "thumbnail_uri": "",
    "song": "The Only Shrine I've Seen",
    "track_id": "8a250ee3-b692-4cf9-a35c-e0145c611bb9",
    "recording_id": null,
    "artist": "Darkside",
    "artist_ids": [
        "116b79ab-b049-4299-8fd8-17ac8a18b7f3"
    ],
    "album": "Psychic",
    "release_id": "d1b10da9-c1df-4619-9c5c-da7599df5b56",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2013-10-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this awesome in studio with Darkside: https://www.youtube.com/watch?v=Q__0zE0URbg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}