Information about plays

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

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

{
    "id": 455865,
    "uri": "https://api.kexp.org/v2/plays/455865/?format=api",
    "airdate": "2001-08-15T08:16:40-07:00",
    "show": 7718,
    "show_uri": "https://api.kexp.org/v2/shows/7718/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Million Town",
    "track_id": "69b41fb5-5869-4a4c-8ad8-103eaca2537c",
    "recording_id": null,
    "artist": "Strange Cargo",
    "artist_ids": [
        "d3cab82c-2fd7-49d5-89f0-f87f3436d0f4"
    ],
    "album": "Hinterland",
    "release_id": "b1700fc2-0969-4e43-a68d-26fa56eeb90e",
    "release_group_id": null,
    "labels": [
        "N-GRAM Recordings"
    ],
    "label_ids": [
        "c27f329f-dfd6-4d66-9d55-8b400eb0dee9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}