Information about plays

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

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

{
    "id": 2683108,
    "uri": "https://api.kexp.org/v2/plays/2683108/?format=api",
    "airdate": "2020-01-07T04:21:43-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/44f67ad5-cdff-3036-80e9-bee67402ded0/8824312033-250.jpg",
    "thumbnail_uri": "",
    "song": "Silver Soul",
    "track_id": "2505d7cd-ae94-33ca-aa7f-605842392a4a",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Teen Dream",
    "release_id": "44f67ad5-cdff-3036-80e9-bee67402ded0",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2010-01-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beach House share video with three years of tour footage on KEXP: https://www.kexp.org/read/2018/11/15/beach-house-share-video-comprised-three-years-tour-footage/?t=1556575933164",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}