Information about plays

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

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

{
    "id": 1277290,
    "uri": "https://api.kexp.org/v2/plays/1277290/?format=api",
    "airdate": "2007-09-09T22:39:00-07:00",
    "show": 22356,
    "show_uri": "https://api.kexp.org/v2/shows/22356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Tribute To Kulfon",
    "track_id": null,
    "recording_id": null,
    "artist": "Catz N' Dogz",
    "artist_ids": [
        "adf5fc4f-dbb7-4385-805f-5c1e56b1aa4d"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Leena Music"
    ],
    "label_ids": [
        "fc18a01e-3b30-4c2f-869c-02e297405ae7"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}