Information about plays

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

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

{
    "id": 1344974,
    "uri": "https://api.kexp.org/v2/plays/1344974/?format=api",
    "airdate": "2008-03-02T19:04:00-08:00",
    "show": 23506,
    "show_uri": "https://api.kexp.org/v2/shows/23506/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Mags",
    "track_id": "5e9c96fa-f5d9-4f1d-9f2d-301bced95804",
    "recording_id": null,
    "artist": "The Cool Kids",
    "artist_ids": [
        "fca8cdfa-120d-49ec-b1da-0ff8aa90c3ab"
    ],
    "album": "Black Mags",
    "release_id": "fdae014a-40e5-4c84-9fde-3a891684e42b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-12-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}