Information about plays

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

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

{
    "id": 1257693,
    "uri": "https://api.kexp.org/v2/plays/1257693/?format=api",
    "airdate": "2007-07-22T10:37:00-07:00",
    "show": 22025,
    "show_uri": "https://api.kexp.org/v2/shows/22025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hey, Mr. DJ",
    "track_id": "28c5b2a8-badb-4969-a13c-f83d7fd9232a",
    "recording_id": null,
    "artist": "Bobby Moore & The Rhythm Aces",
    "artist_ids": [
        "9b4d096c-2ac1-46aa-a522-417ba57e7a42"
    ],
    "album": "Searching for My Love / Hey, Mr. DJ",
    "release_id": "7f0f2b8f-f35d-44b1-a8d5-b3eb76e134eb",
    "release_group_id": null,
    "labels": [
        "Checker"
    ],
    "label_ids": [
        "5916423d-19c2-490b-bcae-94e5a81061a0"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}