Information about plays

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

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

{
    "id": 2675385,
    "uri": "https://api.kexp.org/v2/plays/2675385/?format=api",
    "airdate": "2019-12-19T13:41:44-08:00",
    "show": 46180,
    "show_uri": "https://api.kexp.org/v2/shows/46180/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8a5e14c-cce9-4b12-a9c6-7ec4f0f003c5/24785996245-250.jpg",
    "thumbnail_uri": "",
    "song": "Milan",
    "track_id": "d4954576-36b2-49c9-a215-bb102c7730b9",
    "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": "Montreal band Corridor was just in the KEXP Studio last week. Subscribe to KEXPs YouTube channel and keep an eye out for this session. Discover more from this Sub Pop band: https://corridormtl.bandcamp.com/album/junior",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}