Information about plays

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

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

{
    "id": 475403,
    "uri": "https://api.kexp.org/v2/plays/475403/?format=api",
    "airdate": "2001-10-11T21:22:30-07:00",
    "show": 8102,
    "show_uri": "https://api.kexp.org/v2/shows/8102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Life of a Planet Raider",
    "track_id": "4269b9f1-acad-47c8-86b7-0ff366a3682f",
    "recording_id": null,
    "artist": "Anthony Shakir",
    "artist_ids": [
        "42912a98-d35b-49b7-a0ee-8b9f5178f09c"
    ],
    "album": "True People: The Detroit Techno Album (disc 1)",
    "release_id": "98945cf0-ea20-4bd8-9f71-e0e90dc0694f",
    "release_group_id": null,
    "labels": [
        "React"
    ],
    "label_ids": [
        "7be8ee8c-8327-43e8-927e-daf47930d3bd"
    ],
    "release_date": "1996-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}