Information about plays

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

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

{
    "id": 354950,
    "uri": "https://api.kexp.org/v2/plays/354950/?format=api",
    "airdate": "2019-07-16T05:07:18-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "http://coverartarchive.org/release/fd602828-6228-482e-8b92-fbee95ef7e84/2948174928-250.jpg",
    "thumbnail_uri": "",
    "song": "The River Rise",
    "track_id": "322ef7ea-8df9-30cf-998c-070061443c64",
    "recording_id": null,
    "artist": "Mark Lanegan",
    "artist_ids": [
        "a9126556-f555-4920-9617-6e013f8228a7"
    ],
    "album": "Whiskey for the Holy Ghost",
    "release_id": "fd602828-6228-482e-8b92-fbee95ef7e84",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-01-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}