Information about plays

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

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

{
    "id": 2683090,
    "uri": "https://api.kexp.org/v2/plays/2683090/?format=api",
    "airdate": "2020-01-07T03:21:12-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/dccda9e7-8ca5-4b67-88cb-21a7bdf7669c/24146874028-250.jpg",
    "thumbnail_uri": "",
    "song": "Pissed Pants",
    "track_id": "7c8a3c14-e69e-4f30-a339-b90f81c59f15",
    "recording_id": null,
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "Chastity Belt",
    "release_id": "dccda9e7-8ca5-4b67-88cb-21a7bdf7669c",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Chastity Belt - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=XuZXkZGsGwg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}