Information about plays

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

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

{
    "id": 462038,
    "uri": "https://api.kexp.org/v2/plays/462038/?format=api",
    "airdate": "2001-09-02T09:12:00-07:00",
    "show": 7844,
    "show_uri": "https://api.kexp.org/v2/shows/7844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon Going Down",
    "track_id": "5c00d094-b943-4520-b9fd-b5bb636443f9",
    "recording_id": null,
    "artist": "Corey Harris",
    "artist_ids": [
        "aabd53ee-308b-4e94-8e9b-4c3d46a0c471"
    ],
    "album": "Down The Dirt Road - The Songs Of Charley Patton",
    "release_id": "1a860aaa-5faa-4653-9aad-a024c56bdfae",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [
        "91adb2af-1f8d-4bf5-b86b-a0fbfde5020b"
    ],
    "release_date": "2001-08-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}