Information about plays

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

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

{
    "id": 498406,
    "uri": "https://api.kexp.org/v2/plays/498406/?format=api",
    "airdate": "2001-12-19T11:57:00-08:00",
    "show": 8553,
    "show_uri": "https://api.kexp.org/v2/shows/8553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run's House",
    "track_id": "dc46edbe-39b3-4cf7-bc6f-a462b8cea0cd",
    "recording_id": null,
    "artist": "Run‐D.M.C.",
    "artist_ids": [
        "5ecc3f72-20a6-47a0-8dc5-fb0b3dadeea0"
    ],
    "album": "Tougher Than Leather",
    "release_id": "56433894-e67d-481c-8e1b-d67d172c2f1a",
    "release_group_id": null,
    "labels": [
        "Profile Records"
    ],
    "label_ids": [
        "e832b688-546b-45e3-83e5-9f8db5dcde1d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}