Information about plays

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

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

{
    "id": 344102,
    "uri": "https://api.kexp.org/v2/plays/344102/?format=api",
    "airdate": "2019-06-20T20:06:00-07:00",
    "show": 5733,
    "show_uri": "https://api.kexp.org/v2/shows/5733/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wheelbarrow",
    "track_id": "0222b3c3-0229-4033-a482-0771c27820b4",
    "recording_id": null,
    "artist": "Kasey Chambers",
    "artist_ids": [
        "7333182d-8933-4896-adaa-fe98e6b59bd7"
    ],
    "album": "Bittersweet",
    "release_id": "44e2eaa1-e278-4628-9407-599f8c882fc1",
    "release_group_id": null,
    "labels": [
        "Sugar Hill Records"
    ],
    "label_ids": [],
    "release_date": "2015-07-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Australia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}