Information about plays

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

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

{
    "id": 383072,
    "uri": "https://api.kexp.org/v2/plays/383072/?format=api",
    "airdate": "2019-09-19T17:56:57-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "http://coverartarchive.org/release/a5690477-2aff-4019-9bde-a2bf5c84eef7/22012899991-250.jpg",
    "thumbnail_uri": "",
    "song": "Tobacco Road",
    "track_id": "ca1df7f6-ae80-48e3-adc6-eeda802c34bf",
    "recording_id": null,
    "artist": "Mercury Rev featuring Susanne Sundfør",
    "artist_ids": [
        "f3f9e76a-0685-4a9a-97d1-6fa2b50f9fba"
    ],
    "album": "Bobbie Gentry's the Delta Sweete Revisited",
    "release_id": "a5690477-2aff-4019-9bde-a2bf5c84eef7",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-02-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobbie Gentry's The Delta Sweete Revisited is a compilation album by American rock band Mercury Rev. The album, which is a re-imagining of Bobbie Gentry's 1968 album The Delta Sweete. Featuring vocals from Norah Jones, Hope Sandoval, Margo Price, Phoebe Bridgers, Marissa Nadler, and more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}