Information about plays

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

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

{
    "id": 2681260,
    "uri": "https://api.kexp.org/v2/plays/2681260/?format=api",
    "airdate": "2020-01-02T15:34:58-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/e392e9bb-4b8c-4d94-ad1d-1673f82ce46a/23638108312-250.jpg",
    "thumbnail_uri": "",
    "song": "Georgia",
    "track_id": "c815cf87-125d-499b-8e0a-e57fe9986cc4",
    "recording_id": null,
    "artist": "Brittany Howard",
    "artist_ids": [
        "03eda2c4-a2b3-4a4e-9527-6791b0ed9d2d"
    ],
    "album": "Jaime",
    "release_id": "e392e9bb-4b8c-4d94-ad1d-1673f82ce46a",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}