Information about plays

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

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

{
    "id": 461798,
    "uri": "https://api.kexp.org/v2/plays/461798/?format=api",
    "airdate": "2001-09-01T11:20:00-07:00",
    "show": 7838,
    "show_uri": "https://api.kexp.org/v2/shows/7838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Redder Than Red (Dub)",
    "track_id": "ab62878a-f5b9-42bf-bfba-02e3244d37c2",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Trilogy (disc 1)",
    "release_id": "a819f273-01d5-4167-a4b9-dde4b70fb13a",
    "release_group_id": null,
    "labels": [
        "Rohit"
    ],
    "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"
}