Information about plays

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

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

{
    "id": 348872,
    "uri": "https://api.kexp.org/v2/plays/348872/?format=api",
    "airdate": "2019-07-02T02:49:30-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/1a46452f-5711-3bc2-99d2-257d0e60ba09/21379703990-250.jpg",
    "thumbnail_uri": "",
    "song": "Rid of Me",
    "track_id": "f51cd028-bfdd-3e0b-b48e-8f527fe34e41",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Rid of Me",
    "release_id": "1a46452f-5711-3bc2-99d2-257d0e60ba09",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1993-05-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}