Information about plays

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

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

{
    "id": 462510,
    "uri": "https://api.kexp.org/v2/plays/462510/?format=api",
    "airdate": "2001-09-03T18:22:30-07:00",
    "show": 7854,
    "show_uri": "https://api.kexp.org/v2/shows/7854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Safarini",
    "track_id": "5614ccdd-ba41-404e-b520-72040788d20f",
    "recording_id": null,
    "artist": "Frank Ulwenya and Afrisound",
    "artist_ids": [
        "2d15225e-49d8-4ced-a9e2-56c43e207307"
    ],
    "album": "Safarini In Transit: Music of African Immigrants",
    "release_id": "4b5cc92c-3717-4906-aaa0-8210bc6b528e",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}