Information about plays

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

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

{
    "id": 1233292,
    "uri": "https://api.kexp.org/v2/plays/1233292/?format=api",
    "airdate": "2007-05-19T23:15:24-07:00",
    "show": 21603,
    "show_uri": "https://api.kexp.org/v2/shows/21603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tropical Malady",
    "track_id": null,
    "recording_id": null,
    "artist": "Das Oath",
    "artist_ids": [
        "d4861084-cff6-42d9-b7ca-d323d0ec028c"
    ],
    "album": "Mini-LP",
    "release_id": "32b6e90c-32c9-4b5e-b378-e5b6549fdf51",
    "release_group_id": null,
    "labels": [
        "Three One G"
    ],
    "label_ids": [
        "9ac27a26-4bed-48b6-8704-e58b31021da5"
    ],
    "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"
}