Information about plays

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

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

{
    "id": 2678546,
    "uri": "https://api.kexp.org/v2/plays/2678546/?format=api",
    "airdate": "2019-12-26T22:16:27-08:00",
    "show": 46230,
    "show_uri": "https://api.kexp.org/v2/shows/46230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Adawa",
    "track_id": "8a75c864-dc7b-4d76-b669-4207bc2d2255",
    "recording_id": null,
    "artist": "Jamael Dean",
    "artist_ids": [
        "e890c02d-a6bb-4913-8c52-cbc8103a9fe2"
    ],
    "album": "Black Space Tapes",
    "release_id": "c35af42b-bd40-4ef2-94a8-fd1ecdd5b8b5",
    "release_group_id": null,
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "20-year-old Pianist, producer, jazz prodigy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}