Information about plays

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

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

{
    "id": 1277274,
    "uri": "https://api.kexp.org/v2/plays/1277274/?format=api",
    "airdate": "2007-09-09T21:43:00-07:00",
    "show": 22356,
    "show_uri": "https://api.kexp.org/v2/shows/22356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killamanjaro",
    "track_id": "780153d8-879d-4a3a-9dd2-2d1f4ae32c5e",
    "recording_id": null,
    "artist": "Ed Rush",
    "artist_ids": [
        "2b905913-171b-411a-bdfa-56295455f63d"
    ],
    "album": "100% Drum & Bass (disc 2)",
    "release_id": "c022307d-cf55-408b-bddc-3e676a48fe51",
    "release_group_id": null,
    "labels": [
        "Prototype Recordings"
    ],
    "label_ids": [
        "cd66d819-defb-4932-921d-56c7f2df1af0"
    ],
    "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"
}