Information about plays

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

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

{
    "id": 1308848,
    "uri": "https://api.kexp.org/v2/plays/1308848/?format=api",
    "airdate": "2007-12-01T00:40:15-08:00",
    "show": 22891,
    "show_uri": "https://api.kexp.org/v2/shows/22891/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stampede",
    "track_id": null,
    "recording_id": null,
    "artist": "The Scarlets",
    "artist_ids": [
        "2be6a85b-e6f4-4ea7-92ce-a388cd291f51"
    ],
    "album": "Keb Darge and Cut Chemist present Lost and Found: Rockabilly and Jump Blues",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BBE"
    ],
    "label_ids": [
        "d85e09a6-2401-42aa-943f-50ff940d6583"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}