Information about plays

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

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

{
    "id": 1321641,
    "uri": "https://api.kexp.org/v2/plays/1321641/?format=api",
    "airdate": "2008-01-02T23:49:34-08:00",
    "show": 23109,
    "show_uri": "https://api.kexp.org/v2/shows/23109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A L'Ombre de 12000 Médias",
    "track_id": "cadd8e43-b489-4c48-ba1e-fda8951589e1",
    "recording_id": null,
    "artist": "aMute",
    "artist_ids": [
        "454a5cda-cee7-4666-a0c4-59498dc02d5e"
    ],
    "album": "A Hundred Dry Trees - Une Centaine D'Arbres Secs",
    "release_id": "c91a96a4-c15c-4fe7-a6b3-8c682bad022a",
    "release_group_id": null,
    "labels": [
        "Intr_version Records"
    ],
    "label_ids": [
        "8449410b-310d-43f8-821d-4fd1269198cd"
    ],
    "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"
}