Information about plays

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

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

{
    "id": 457144,
    "uri": "https://api.kexp.org/v2/plays/457144/?format=api",
    "airdate": "2001-08-18T22:45:00-07:00",
    "show": 7743,
    "show_uri": "https://api.kexp.org/v2/shows/7743/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aida ( Aguel Inviernu )",
    "track_id": null,
    "recording_id": null,
    "artist": "Mus",
    "artist_ids": [
        "55625191-e478-4008-9f2d-d64a098cb232"
    ],
    "album": "Bliss Out, Volume 17: Aida",
    "release_id": "8518240f-4858-4245-8885-9b0a52683d81",
    "release_group_id": null,
    "labels": [
        "Darla Records"
    ],
    "label_ids": [
        "8a6785c2-26ca-4198-ac89-25d908e65c35"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}