Information about plays

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

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

{
    "id": 375084,
    "uri": "https://api.kexp.org/v2/plays/375084/?format=api",
    "airdate": "2019-09-01T03:45:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Mexican",
    "track_id": "917ac37e-9f4e-3848-89b9-cab8749ce87f",
    "recording_id": null,
    "artist": "Babe Ruth",
    "artist_ids": [
        "4735caf5-711e-4042-bb63-a2991420239a"
    ],
    "album": "First Base",
    "release_id": "8c1ef9f5-abdc-4a0b-a330-2f3d9ce1dabc",
    "release_group_id": null,
    "labels": [
        "Repertoire Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Endlessly covered and sampled \"The Mexican\" is a seminal song from English rockers Babe Ruth from the 70s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}