Information about plays

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

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

{
    "id": 1300100,
    "uri": "https://api.kexp.org/v2/plays/1300100/?format=api",
    "airdate": "2007-11-08T19:00:00-08:00",
    "show": 22746,
    "show_uri": "https://api.kexp.org/v2/shows/22746/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Tap, In the Can, Or in the Bottle",
    "track_id": null,
    "recording_id": null,
    "artist": "Hank Thompson",
    "artist_ids": [
        "80f22a87-7a82-4aff-a60d-8ef0d025ce96"
    ],
    "album": "Hank Thompson's 25th Anniversary Album",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dot"
    ],
    "label_ids": [
        "52bee2d0-f0d9-4c05-b833-9c82d9e2e624"
    ],
    "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"
}