Information about plays

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

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

{
    "id": 487363,
    "uri": "https://api.kexp.org/v2/plays/487363/?format=api",
    "airdate": "2001-11-16T18:35:27-08:00",
    "show": 8337,
    "show_uri": "https://api.kexp.org/v2/shows/8337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mule Skinner Blues",
    "track_id": "7ca33989-ac92-44f4-bae4-5ffcc4d0e9dd",
    "recording_id": null,
    "artist": "The Fendermen",
    "artist_ids": [
        "b2c84b21-c77d-4e63-ac00-98fa3ca20eeb"
    ],
    "album": "Rockfile, Volume 41",
    "release_id": "23d3ef44-ae12-4bbe-900d-c63682d8e41c",
    "release_group_id": null,
    "labels": [],
    "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"
}