Information about plays

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

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

{
    "id": 2677914,
    "uri": "https://api.kexp.org/v2/plays/2677914/?format=api",
    "airdate": "2019-12-25T11:14:00-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Girl",
    "track_id": "25f005b7-5fc0-358c-a8a8-bcb9a7ea1dc9",
    "recording_id": null,
    "artist": "The Budos Band",
    "artist_ids": [
        "b6fa9b9b-41cf-45a6-adc0-0a4c9a8c0d3c"
    ],
    "album": "The Budos Band II",
    "release_id": "e14e650f-24af-41cd-aa12-9d2e6f3a7586",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2007-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}