Information about plays

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

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

{
    "id": 2680024,
    "uri": "https://api.kexp.org/v2/plays/2680024/?format=api",
    "airdate": "2019-12-30T17:01:38-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/311fcb7a-40c4-455e-bc60-61011caf9e08/23125615532-250.jpg",
    "thumbnail_uri": "",
    "song": "Change",
    "track_id": "378d12c9-ae75-40e9-97a5-0244dea02638",
    "recording_id": null,
    "artist": "Mavis Staples",
    "artist_ids": [
        "04f57a2d-2449-400e-8fff-5b1c5af9560b"
    ],
    "album": "We Get By",
    "release_id": "311fcb7a-40c4-455e-bc60-61011caf9e08",
    "release_group_id": null,
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mavis Staples will be in Olympia, WA on Saturday, January 11th performing at The Washington Center of the Performing Arts and then in Bremerton, WA on Friday, January 17th at the Admiral Theater.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}