Information about plays

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

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

{
    "id": 497001,
    "uri": "https://api.kexp.org/v2/plays/497001/?format=api",
    "airdate": "2001-12-15T10:12:00-08:00",
    "show": 8525,
    "show_uri": "https://api.kexp.org/v2/shows/8525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Uptown Top Ranking 2001 (feat. Donna)",
    "track_id": "bc2485d4-4468-4371-b0af-957c2576faff",
    "recording_id": null,
    "artist": "Althea",
    "artist_ids": [
        "a6b7d423-b42e-4b71-970a-76d97e4d6c62"
    ],
    "album": "The Very Best of Pure Dancehall (disc 1)",
    "release_id": "cc19ea2b-0af8-462f-9085-890387275194",
    "release_group_id": null,
    "labels": [
        "Joe Gibbs"
    ],
    "label_ids": [
        "562874a3-94e5-49f5-92b6-d677433bf874"
    ],
    "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"
}