Information about plays

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

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

{
    "id": 350445,
    "uri": "https://api.kexp.org/v2/plays/350445/?format=api",
    "airdate": "2019-07-05T12:31:04-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/70c8c63e-b985-4f4d-a9e4-1ce634e02409/16302382340-250.jpg",
    "thumbnail_uri": "",
    "song": "Go Ahead",
    "track_id": "74a61d8a-41a9-4974-ac9a-a68141178bda",
    "recording_id": null,
    "artist": "Perfume Genius",
    "artist_ids": [
        "c4ff10e0-ae5a-467d-a409-6e0b4bf241eb"
    ],
    "album": "No Shape",
    "release_id": "70c8c63e-b985-4f4d-a9e4-1ce634e02409",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}