Information about plays

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

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

{
    "id": 1276379,
    "uri": "https://api.kexp.org/v2/plays/1276379/?format=api",
    "airdate": "2007-09-07T13:24:00-07:00",
    "show": 22338,
    "show_uri": "https://api.kexp.org/v2/shows/22338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Say no",
    "track_id": null,
    "recording_id": null,
    "artist": "The Helio Sequence ",
    "artist_ids": [
        "b6ab8d01-0cb3-4515-bc05-d928397e7429"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}