Information about plays

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

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

{
    "id": 2677170,
    "uri": "https://api.kexp.org/v2/plays/2677170/?format=api",
    "airdate": "2019-12-23T14:31:07-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/083b85ec-6ac7-41f2-85fa-219b4a772696/20812857936-250.jpg",
    "thumbnail_uri": "",
    "song": "Work It",
    "track_id": "925d0b2c-61d5-4743-8db2-f39feb7ce680",
    "recording_id": null,
    "artist": "Marie Davidson",
    "artist_ids": [
        "5e864744-89b6-4da8-b463-3ed601c22d8c"
    ],
    "album": "Working Class Woman",
    "release_id": "083b85ec-6ac7-41f2-85fa-219b4a772696",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2018-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh hey! It's the MONDAY song! Work, work it, work, to be a winner!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}