Information about plays

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

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

{
    "id": 2679211,
    "uri": "https://api.kexp.org/v2/plays/2679211/?format=api",
    "airdate": "2019-12-28T16:41:00-08:00",
    "show": 46243,
    "show_uri": "https://api.kexp.org/v2/shows/46243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Underdog",
    "track_id": "3eb090d1-60a0-3276-b25a-1ab84402f6e5",
    "recording_id": null,
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "A Whole New Thing",
    "release_id": "a1fa9dd9-ec03-4e7d-90a3-19ae33fc6966",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}