Information about plays

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

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

{
    "id": 1233662,
    "uri": "https://api.kexp.org/v2/plays/1233662/?format=api",
    "airdate": "2007-05-21T01:40:00-07:00",
    "show": 21612,
    "show_uri": "https://api.kexp.org/v2/shows/21612/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Been There Done That",
    "track_id": "b226bbca-6014-41fb-8fc1-afcb4862916d",
    "recording_id": null,
    "artist": "Vijay Iyer & Mike Ladd",
    "artist_ids": [
        "ae90f436-5c0e-4c93-afe8-2fbb3cdbb7ce"
    ],
    "album": "Still Life With Commentator",
    "release_id": "22d7e1ce-b35e-42c2-bc6b-e30dbde9aba4",
    "release_group_id": null,
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "2007-03-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}