Information about plays

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

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

{
    "id": 356600,
    "uri": "https://api.kexp.org/v2/plays/356600/?format=api",
    "airdate": "2019-07-19T20:08:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plena y Bomba",
    "track_id": "0ee30f29-53a8-3cb4-9076-faa83931c0cd",
    "recording_id": null,
    "artist": "Susana Baca",
    "artist_ids": [
        "176af481-a5db-4902-84e0-393e7811b8c4"
    ],
    "album": "Afrodiaspora",
    "release_id": "7ffb1783-e502-4dac-b7d5-f948cc55c0fe",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Every week we take a dancing tour to a different location or nation. Tonight it's Peru with Susana Baca & Eva Ayllon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}