Information about plays

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

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

{
    "id": 1285240,
    "uri": "https://api.kexp.org/v2/plays/1285240/?format=api",
    "airdate": "2007-09-30T02:58:47-07:00",
    "show": 22488,
    "show_uri": "https://api.kexp.org/v2/shows/22488/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop",
    "track_id": "b77e4963-a96c-46c5-9f3d-68883d60724f",
    "recording_id": null,
    "artist": "Hopewell",
    "artist_ids": [
        "ba6a0dec-9433-4678-a7f6-6c320fed1e0b"
    ],
    "album": "Contact",
    "release_id": "900c5e6b-48a1-434b-a34b-631e187fe39e",
    "release_group_id": null,
    "labels": [
        "Burnt Hair"
    ],
    "label_ids": [
        "a622aad9-4b34-4b5b-ba6b-bb4ad1c0b368"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}