Information about plays

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

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

{
    "id": 357203,
    "uri": "https://api.kexp.org/v2/plays/357203/?format=api",
    "airdate": "2019-07-21T09:16:50-07:00",
    "show": 5955,
    "show_uri": "https://api.kexp.org/v2/shows/5955/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am the Blues",
    "track_id": "75b2f218-300b-365c-b85c-53c5e4fa4ff6",
    "recording_id": null,
    "artist": "Muddy Waters",
    "artist_ids": [
        "f86f1f07-d182-45ce-ae93-ef610880ca72"
    ],
    "album": "After the Rain",
    "release_id": "940d3c17-0d9d-40f0-8275-fec475f25e1f",
    "release_group_id": null,
    "labels": [
        "Cadet Concept"
    ],
    "label_ids": [
        "e4971f77-1c0b-4afe-9a8d-b483c0a220e9"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}