Information about plays

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

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

{
    "id": 368651,
    "uri": "https://api.kexp.org/v2/plays/368651/?format=api",
    "airdate": "2019-08-17T10:57:50-07:00",
    "show": 6143,
    "show_uri": "https://api.kexp.org/v2/shows/6143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jah Son of Africa",
    "track_id": "b147d515-06f3-38e3-bc13-1d3063952cb1",
    "recording_id": null,
    "artist": "U-Roy",
    "artist_ids": [
        "c40fa847-7501-4eee-9a20-12d5d1c5c0db"
    ],
    "album": "Jah Son of Africa",
    "release_id": "8c0317a0-1a0e-3d74-9afb-e92349a063e9",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}