Information about plays

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

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

{
    "id": 533209,
    "uri": "https://api.kexp.org/v2/plays/533209/?format=api",
    "airdate": "2002-03-31T14:48:46-08:00",
    "show": 9235,
    "show_uri": "https://api.kexp.org/v2/shows/9235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Have Is Good",
    "track_id": "d405c2a7-f516-45fb-afd4-3ea7b7686dac",
    "recording_id": null,
    "artist": "Departure Lounge",
    "artist_ids": [
        "f2b1da71-0888-4f6b-bda8-c9801d390dc4"
    ],
    "album": "Too Late to Die Young",
    "release_id": "50884cde-4b94-4a23-8601-3bfd97f07d82",
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}