Information about plays

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

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

{
    "id": 1335714,
    "uri": "https://api.kexp.org/v2/plays/1335714/?format=api",
    "airdate": "2008-02-07T07:43:46-08:00",
    "show": 23343,
    "show_uri": "https://api.kexp.org/v2/shows/23343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foundations",
    "track_id": "5ca6e28e-8f39-49cf-acd2-85762e8d3d7b",
    "recording_id": null,
    "artist": "Kate Nash",
    "artist_ids": [
        "49018fd2-95ef-4f7e-92bb-813159909314"
    ],
    "album": "Made of Bricks",
    "release_id": "92bfd923-cad8-4e8c-bd3c-d4154a70416a",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}