Information about plays

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

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

{
    "id": 531439,
    "uri": "https://api.kexp.org/v2/plays/531439/?format=api",
    "airdate": "2002-03-26T18:43:05-08:00",
    "show": 9202,
    "show_uri": "https://api.kexp.org/v2/shows/9202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gepaltan",
    "track_id": "ce4b6f95-02b1-4885-98f1-fec3e936105a",
    "recording_id": null,
    "artist": "Fatal Mambo",
    "artist_ids": [
        "9363fb36-3b4c-456e-bdeb-a88c7fa5bc3b"
    ],
    "album": "Fatal Mambo",
    "release_id": "8e357819-2d65-4e7e-91c4-a8f133854cb7",
    "release_group_id": null,
    "labels": [
        "Tinder"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}