Information about plays

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

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

{
    "id": 346108,
    "uri": "https://api.kexp.org/v2/plays/346108/?format=api",
    "airdate": "2019-06-25T19:50:00-07:00",
    "show": 5770,
    "show_uri": "https://api.kexp.org/v2/shows/5770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Forest",
    "track_id": null,
    "recording_id": null,
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Eyio - EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "9070f8a6-8b66-46a1-8a8e-176b6dfd3e0d"
    ],
    "release_date": "2018-04-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ibibio Sound Machine with their alchemical blend of Nigerian Afropop, throwback disco and British electronic post punk performing LIVE August 2, at High Dive!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}