Information about plays

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

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

{
    "id": 455815,
    "uri": "https://api.kexp.org/v2/plays/455815/?format=api",
    "airdate": "2001-08-15T05:24:42-07:00",
    "show": 7717,
    "show_uri": "https://api.kexp.org/v2/shows/7717/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clang",
    "track_id": "d5b0fb66-77f5-4ee3-b1a5-e3dc774ac855",
    "recording_id": null,
    "artist": "Propellerheads",
    "artist_ids": [
        "cbaafb20-eb74-421a-85f1-2bb6341aad23"
    ],
    "album": "Propellerheads",
    "release_id": "faad163d-45ec-432d-b3d8-63c092462631",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}