Information about plays

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

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

{
    "id": 519278,
    "uri": "https://api.kexp.org/v2/plays/519278/?format=api",
    "airdate": "2002-02-19T02:14:00-08:00",
    "show": 8962,
    "show_uri": "https://api.kexp.org/v2/shows/8962/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "UK Steppers",
    "track_id": "cbb09500-8348-493a-846f-a9320d1c317c",
    "recording_id": null,
    "artist": "Twilight Circus Dub Sound System",
    "artist_ids": [
        "f8056dd7-57a4-4c6b-ad4e-f94293ac2e1d"
    ],
    "album": "Bin Shaker Dub",
    "release_id": "5ed35067-1689-477b-a9f6-f2741630ffde",
    "release_group_id": null,
    "labels": [
        "M Records"
    ],
    "label_ids": [
        "ad36363a-71fd-4f8c-aaf8-bb184ee00ebb"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}