Information about plays

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

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

{
    "id": 344074,
    "uri": "https://api.kexp.org/v2/plays/344074/?format=api",
    "airdate": "2019-06-20T18:39:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bluegrass Express",
    "track_id": "1b2b974f-e658-43c0-8591-61e96857fe83",
    "recording_id": null,
    "artist": "Rhonda Vincent",
    "artist_ids": [
        "5ae23016-8069-4a23-91ba-6b7d636ba304"
    ],
    "album": "The Storm Still Rages",
    "release_id": "a90ed930-e572-4adb-b7ee-b8d462432430",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Osborne Brothers cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}