Information about plays

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

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

{
    "id": 2681656,
    "uri": "https://api.kexp.org/v2/plays/2681656/?format=api",
    "airdate": "2020-01-03T15:24:06-08:00",
    "show": 46284,
    "show_uri": "https://api.kexp.org/v2/shows/46284/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8a5e14c-cce9-4b12-a9c6-7ec4f0f003c5/24785996245-250.jpg",
    "thumbnail_uri": "",
    "song": "Topographe",
    "track_id": "58729f23-b210-4dd8-878b-9bcee46b32e2",
    "recording_id": null,
    "artist": "Corridor",
    "artist_ids": [
        "dd37309c-94bf-42c6-9a35-636ddedbb8f0"
    ],
    "album": "Junior",
    "release_id": "6e382c3f-7f83-4b99-971a-088e7117179d",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-10-18",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}