Information about plays

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

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

{
    "id": 346102,
    "uri": "https://api.kexp.org/v2/plays/346102/?format=api",
    "airdate": "2019-06-25T19:23:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama",
    "track_id": null,
    "recording_id": null,
    "artist": "Mama",
    "artist_ids": [
        "925dce01-64ee-4a78-807d-9810bd1a12d9"
    ],
    "album": "Alefa Madagascar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strut Records"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Essential compilation series of Indian Ocean sounds, originating as far back as the 15th Century through folkloric ceremonial music and an a cappella chanting style called antsa, salegy emerged as a fast tempoed local dance style based on 6/8 and 12/8 rhythms. 'Alefa Madagascar' is released on 6th of September 2019 https://strut.bandcamp.com/album/alefa-madagascar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}