Information about plays

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

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

{
    "id": 1356304,
    "uri": "https://api.kexp.org/v2/plays/1356304/?format=api",
    "airdate": "2008-03-30T23:19:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Skating on Thin Ice",
    "track_id": "bdce26b6-166e-4c42-913f-3f322ff81d3c",
    "recording_id": null,
    "artist": "Human",
    "artist_ids": [
        "87abc57d-1134-43d3-94a0-0125942d1624"
    ],
    "album": "Muzik Magazine Presents: State of Independents",
    "release_id": "f8e8f092-1eb2-478e-8acd-115ed22428d1",
    "release_group_id": null,
    "labels": [
        "Human Records"
    ],
    "label_ids": [
        "39589433-8e4a-4ddc-940e-9b11a71a4ed2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}