Information about plays

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

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

{
    "id": 377424,
    "uri": "https://api.kexp.org/v2/plays/377424/?format=api",
    "airdate": "2019-09-06T10:04:06-07:00",
    "show": 6281,
    "show_uri": "https://api.kexp.org/v2/shows/6281/?format=api",
    "image_uri": "http://coverartarchive.org/release/4229d06e-7e14-411e-afff-f3c5bb6e888d/11771630643-250.jpg",
    "thumbnail_uri": "",
    "song": "Ice Cream",
    "track_id": "b6f03567-75bd-4c54-9976-dd049095e44d",
    "recording_id": null,
    "artist": "Dilly Dally",
    "artist_ids": [
        "e6eda7e1-2758-47c5-80e3-77493a7e469f"
    ],
    "album": "Sore",
    "release_id": "4229d06e-7e14-411e-afff-f3c5bb6e888d",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2015-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}