Information about plays

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

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

{
    "id": 2677491,
    "uri": "https://api.kexp.org/v2/plays/2677491/?format=api",
    "airdate": "2019-12-24T09:10:51-08:00",
    "show": 46216,
    "show_uri": "https://api.kexp.org/v2/shows/46216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Real Hero",
    "track_id": "9961723d-0d9d-4bcf-9aa6-3bd40886beb3",
    "recording_id": null,
    "artist": "College feat. Electric Youth",
    "artist_ids": [
        "a0b2868c-22c7-49eb-b227-3c4251a6c88f"
    ],
    "album": "Drive",
    "release_id": "980e74f2-099e-45d3-b31f-104e0033bb7f",
    "release_group_id": null,
    "labels": [
        "4th Sun"
    ],
    "label_ids": [
        "23174966-287e-4fd2-9c0d-bf724f6eaa75"
    ],
    "release_date": "2012-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is featured in the soundtrack for the 2011 film \"Drive\" starring Ryan Gosling.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}