Information about plays

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

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

{
    "id": 2679922,
    "uri": "https://api.kexp.org/v2/plays/2679922/?format=api",
    "airdate": "2019-12-30T10:40:11-08:00",
    "show": 46258,
    "show_uri": "https://api.kexp.org/v2/shows/46258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clementine",
    "track_id": "48818b1a-ff42-480f-aa6e-0f4dc95a835c",
    "recording_id": null,
    "artist": "Manatee Commune feat. Marina Price",
    "artist_ids": [
        "c26ba13b-e7db-4de7-b2a3-e8cacb58ba68"
    ],
    "album": "Manatee Commune",
    "release_id": "40e702b6-1215-477b-9607-d4e2e9f9da9e",
    "release_group_id": null,
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}