Information about plays

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

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

{
    "id": 2679617,
    "uri": "https://api.kexp.org/v2/plays/2679617/?format=api",
    "airdate": "2019-12-29T14:50:04-08:00",
    "show": 46250,
    "show_uri": "https://api.kexp.org/v2/shows/46250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alex Nieto",
    "track_id": "81b6018a-22d0-4f43-8422-ae15af5d23a8",
    "recording_id": null,
    "artist": "Chuck Prophet",
    "artist_ids": [
        "61568439-b790-4e96-9b4f-64503ce0ab12"
    ],
    "album": "Bobby Fuller Died for Your Sins",
    "release_id": "eb036ef4-d92d-4e5e-a060-69e61b450e41",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2017-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}