Information about plays

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

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

{
    "id": 506292,
    "uri": "https://api.kexp.org/v2/plays/506292/?format=api",
    "airdate": "2002-01-12T11:46:00-08:00",
    "show": 8708,
    "show_uri": "https://api.kexp.org/v2/shows/8708/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Toy Friend",
    "track_id": "302b9e58-a443-46a6-9343-c157ea27cd96",
    "recording_id": null,
    "artist": "Beenie Man",
    "artist_ids": [
        "0d85b9f2-802d-48bb-aa85-6a9668869053"
    ],
    "album": "The Buzz",
    "release_id": "5aa71356-10d7-4f67-a5f9-132e1b89bbe7",
    "release_group_id": null,
    "labels": [
        "Black Shadow"
    ],
    "label_ids": [],
    "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"
}