Information about plays

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

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

{
    "id": 502056,
    "uri": "https://api.kexp.org/v2/plays/502056/?format=api",
    "airdate": "2001-12-30T20:00:00-08:00",
    "show": 8627,
    "show_uri": "https://api.kexp.org/v2/shows/8627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pacifics",
    "track_id": "497ba7f5-5d6f-4638-a099-b5289e757345",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Hip Hop'n Jazz",
    "release_id": "8131fe4f-79b7-449b-9798-709df8c6bd2a",
    "release_group_id": null,
    "labels": [
        "Electra"
    ],
    "label_ids": [
        "a6a91cbd-9096-4ffc-90b4-c7c7af42105d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}