Information about plays

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

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

{
    "id": 1303253,
    "uri": "https://api.kexp.org/v2/plays/1303253/?format=api",
    "airdate": "2007-11-16T19:16:28-08:00",
    "show": 22798,
    "show_uri": "https://api.kexp.org/v2/shows/22798/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Love Is True",
    "track_id": "7e5d5685-400c-4e37-a0fe-5e6098a9ca32",
    "recording_id": null,
    "artist": "Eva Eastwood & The Major Keys",
    "artist_ids": [
        "f397beed-35d2-4094-a13f-2b7aeee924ce"
    ],
    "album": "The Good Life I Have",
    "release_id": "7b61276d-581d-46d2-b4e4-dcb197cb938f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}