Information about plays

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

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

{
    "id": 438706,
    "uri": "https://api.kexp.org/v2/plays/438706/?format=api",
    "airdate": "2001-06-26T10:24:00-07:00",
    "show": 7395,
    "show_uri": "https://api.kexp.org/v2/shows/7395/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Real Down Town",
    "track_id": "4185462b-ca25-4d1d-9e89-4702662aa595",
    "recording_id": null,
    "artist": "Vigilantes of Love",
    "artist_ids": [
        "965efc33-b9b7-460a-99e1-5237de02af24"
    ],
    "album": "Killing Floor",
    "release_id": "4016490a-3d01-4f2d-b124-88579740b519",
    "release_group_id": null,
    "labels": [
        "Fingerprint/Sky"
    ],
    "label_ids": [],
    "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"
}