Information about plays

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

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

{
    "id": 2682917,
    "uri": "https://api.kexp.org/v2/plays/2682917/?format=api",
    "airdate": "2020-01-06T16:47:06-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sedative",
    "track_id": "a6683442-9c72-4be6-9715-370bf4097e1a",
    "recording_id": null,
    "artist": "Hollis",
    "artist_ids": [
        "c020936a-65d2-486b-9f0e-d9d69d0b00a0"
    ],
    "album": "Sedative",
    "release_id": "5fa7752b-4cf6-41dd-9ebb-3a41836b503d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-10-30",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the music video for this song: https://www.youtube.com/watch?v=mfIrpcn6LII",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}