Information about plays

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

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

{
    "id": 345360,
    "uri": "https://api.kexp.org/v2/plays/345360/?format=api",
    "airdate": "2019-06-24T01:12:13-07:00",
    "show": 5759,
    "show_uri": "https://api.kexp.org/v2/shows/5759/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "3000 Worlds",
    "track_id": "87b7e983-c8ae-40e0-a378-3dff998bd2a7",
    "recording_id": null,
    "artist": "Harriet Tubman",
    "artist_ids": [
        "a6bc7b98-d274-49fb-9218-a80dd9b02872"
    ],
    "album": "The Terror End of Beauty",
    "release_id": "1d2e68c5-1c97-478d-a3d9-754ea48d1fc9",
    "release_group_id": null,
    "labels": [
        "Sunnyside Records"
    ],
    "label_ids": [
        "92851d27-e2c0-402c-8e48-ec13e9e0137b"
    ],
    "release_date": "2018-11-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}