Information about plays

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

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

{
    "id": 346055,
    "uri": "https://api.kexp.org/v2/plays/346055/?format=api",
    "airdate": "2019-06-25T17:09:32-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "http://coverartarchive.org/release/8edefc78-66ba-4090-a502-a3426bb267e9/22076232450-250.jpg",
    "thumbnail_uri": "",
    "song": "Red Bull & Hennessy",
    "track_id": "7827ed70-d9f4-4be2-b59f-f9acff51a52b",
    "recording_id": null,
    "artist": "Jenny Lewis",
    "artist_ids": [
        "9ad6d1e3-427f-4921-b603-7e9eda94a061"
    ],
    "album": "On the Line",
    "release_id": "8edefc78-66ba-4090-a502-a3426bb267e9",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-03-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keep your eyes peeled for videos of Jenny Lewis' recent KEXP session on YouTube!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}