Information about plays

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

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

{
    "id": 2682032,
    "uri": "https://api.kexp.org/v2/plays/2682032/?format=api",
    "airdate": "2020-01-04T12:38:31-08:00",
    "show": 46290,
    "show_uri": "https://api.kexp.org/v2/shows/46290/?format=api",
    "image_uri": "https://coverartarchive.org/release/06daef88-22c5-480e-a9a8-d0e1fb94366f/23456169574-250.jpg",
    "thumbnail_uri": "",
    "song": "The Hunger",
    "track_id": "2b94868e-b8d4-4f7d-bc66-6a3d031158a3",
    "recording_id": null,
    "artist": "San Fermin",
    "artist_ids": [
        "1213b8e7-79f0-4cc2-a12a-81448aaf3429"
    ],
    "album": "The Hunger",
    "release_id": "06daef88-22c5-480e-a9a8-d0e1fb94366f",
    "release_group_id": null,
    "labels": [
        "Sony Masterworks"
    ],
    "label_ids": [
        "99e91ff7-9bd9-45f0-ae3a-6853fefaea5c"
    ],
    "release_date": "2019-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}