Information about plays

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

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

{
    "id": 348909,
    "uri": "https://api.kexp.org/v2/plays/348909/?format=api",
    "airdate": "2019-07-02T04:58:05-07:00",
    "show": 5815,
    "show_uri": "https://api.kexp.org/v2/shows/5815/?format=api",
    "image_uri": "http://coverartarchive.org/release/b4f574f4-3273-4bf1-a83e-17cea9d7527f/21122735211-250.jpg",
    "thumbnail_uri": "",
    "song": "Run the Jewels",
    "track_id": "634158c0-b192-4166-8732-b85dc285155d",
    "recording_id": null,
    "artist": "Run the Jewels",
    "artist_ids": [
        "a80c5dc5-b12e-4667-9f5a-b568961f3839"
    ],
    "album": "Run the Jewels",
    "release_id": "b4f574f4-3273-4bf1-a83e-17cea9d7527f",
    "release_group_id": null,
    "labels": [
        "Fool’s Gold Records"
    ],
    "label_ids": [
        "c1fc0c7a-8244-4511-8f34-065c113403be"
    ],
    "release_date": "2013-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}