Information about plays

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

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

{
    "id": 1412298,
    "uri": "https://api.kexp.org/v2/plays/1412298/?format=api",
    "airdate": "2008-08-20T21:52:00-07:00",
    "show": 24637,
    "show_uri": "https://api.kexp.org/v2/shows/24637/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oubliez et Doucement... Repartir",
    "track_id": "2a67c931-1e51-496e-8a6b-970b03e4d8fd",
    "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"
}