Information about plays

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

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

{
    "id": 414782,
    "uri": "https://api.kexp.org/v2/plays/414782/?format=api",
    "airdate": "2001-04-12T15:00:00-07:00",
    "show": 6918,
    "show_uri": "https://api.kexp.org/v2/shows/6918/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For the Love of a Girl",
    "track_id": "801f31e5-3c3b-4e60-97f7-79537614f00f",
    "recording_id": null,
    "artist": "The Young Fresh Fellows",
    "artist_ids": [
        "f3e93b5f-33ae-4b30-8e22-0a0fb4c4847e"
    ],
    "album": "Because We Hate You",
    "release_id": "ea888bf4-ac9c-46f2-a736-7cfed6133e64",
    "release_group_id": null,
    "labels": [
        "Mammoth"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}