Information about plays

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

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

{
    "id": 346968,
    "uri": "https://api.kexp.org/v2/plays/346968/?format=api",
    "airdate": "2019-06-27T13:18:02-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Powderfinger",
    "track_id": "a2f45ec2-b796-374e-bc4a-deea86c2ef61",
    "recording_id": null,
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Live Rust",
    "release_id": "3304e24e-6d9c-419f-a6fb-c83d0ba86d6b",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Crazy Horse is an American rock band best known for their association with Neil Young. Beginning in 1969 and continuing to the present day, they have been co-credited on a number of Young's albums, with 11 studio albums and numerous live albums being billed as by Neil Young and Crazy Horse.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}