Information about plays

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

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

{
    "id": 506092,
    "uri": "https://api.kexp.org/v2/plays/506092/?format=api",
    "airdate": "2002-01-11T18:00:00-08:00",
    "show": 8704,
    "show_uri": "https://api.kexp.org/v2/shows/8704/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Around the World",
    "track_id": "f65bc159-1545-44f7-97c5-a927e724d1ba",
    "recording_id": null,
    "artist": "Buddy Greco",
    "artist_ids": [
        "f4e0540f-d6b5-46fa-a54f-807355b0c413"
    ],
    "album": "Swing in the Key of BG by Buddy Greco",
    "release_id": "a4c0d91a-340c-46b7-a2a5-a7a54715657e",
    "release_group_id": null,
    "labels": [
        "Houston Party"
    ],
    "label_ids": [
        "f726ec16-48c7-48d1-989d-56e93616cb3f"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}