Information about plays

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

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

{
    "id": 464274,
    "uri": "https://api.kexp.org/v2/plays/464274/?format=api",
    "airdate": "2001-09-08T21:26:15-07:00",
    "show": 7886,
    "show_uri": "https://api.kexp.org/v2/shows/7886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Confused",
    "track_id": "45e10598-bb1c-4c90-b3ed-4763aa43dd72",
    "recording_id": null,
    "artist": "Stakka & Skynet",
    "artist_ids": [
        "dc86279d-b071-4a64-a08c-2a8e4f9e27ca"
    ],
    "album": "10",
    "release_id": "5af976e9-0dc9-4bb2-9d64-a19f0c7a7b9c",
    "release_group_id": null,
    "labels": [
        "Underfire"
    ],
    "label_ids": [
        "86ee1c3c-f187-45f9-a232-40f9bd824fc2"
    ],
    "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"
}