Information about plays

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

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

{
    "id": 511060,
    "uri": "https://api.kexp.org/v2/plays/511060/?format=api",
    "airdate": "2002-01-26T10:46:21-08:00",
    "show": 8803,
    "show_uri": "https://api.kexp.org/v2/shows/8803/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Screaming Target",
    "track_id": "788ac288-b094-4f8a-8745-1aee29309d0c",
    "recording_id": null,
    "artist": "Big Youth ",
    "artist_ids": [
        "6e4cbcf5-1b18-4719-98c2-7a2c9eccaa6d"
    ],
    "album": "Rolling Stone: Rare Trax, Volume 26: Jamaican Gold: 15 Original Reggae Rockers",
    "release_id": "c79d5ac0-054f-4cfb-89a1-50e7d79b9cc0",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}