Information about plays

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

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

{
    "id": 365462,
    "uri": "https://api.kexp.org/v2/plays/365462/?format=api",
    "airdate": "2019-08-10T04:17:00-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Power, Part 1",
    "track_id": "cb4e9ecc-0c3e-3892-abd8-cd65ef8fb64d",
    "recording_id": null,
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "Soul Power",
    "release_id": "b76e0b83-378f-4986-bfc9-a552f44cb99f",
    "release_group_id": null,
    "labels": [
        "Starday and King Records"
    ],
    "label_ids": [
        "18070f11-e76a-4a42-905d-2d3b1137232d"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}