Information about plays

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

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

{
    "id": 430389,
    "uri": "https://api.kexp.org/v2/plays/430389/?format=api",
    "airdate": "2001-06-01T18:05:13-07:00",
    "show": 7234,
    "show_uri": "https://api.kexp.org/v2/shows/7234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Get High",
    "track_id": "c98d1530-3db6-443f-aee2-9e6d5a83814c",
    "recording_id": null,
    "artist": "Rosco Gordon",
    "artist_ids": [
        "440981eb-1c1e-43b7-a0bc-518bc9297a0c"
    ],
    "album": "Rock the Joint (disc 3)",
    "release_id": "6f617f0b-b598-47fb-a7c5-92aac9b46d7d",
    "release_group_id": null,
    "labels": [
        "Castle Pulse"
    ],
    "label_ids": [
        "123faf47-cdac-4874-ae4b-6f0bab2b9703"
    ],
    "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"
}