Information about plays

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

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

{
    "id": 342482,
    "uri": "https://api.kexp.org/v2/plays/342482/?format=api",
    "airdate": "2019-06-17T08:01:36-07:00",
    "show": 5712,
    "show_uri": "https://api.kexp.org/v2/shows/5712/?format=api",
    "image_uri": "http://coverartarchive.org/release/6b956618-7189-4474-bce0-7d10f6562704/3776907894-250.jpg",
    "thumbnail_uri": "",
    "song": "Runnin’ Down a Dream",
    "track_id": "52c4e9c3-1a9f-3056-b5e2-8169a08c89a3",
    "recording_id": null,
    "artist": "Tom Petty",
    "artist_ids": [
        "5ca3f318-d028-4151-ac73-78e2b2d6cdcc"
    ],
    "album": "Full Moon Fever",
    "release_id": "6b956618-7189-4474-bce0-7d10f6562704",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is 30 years old! Here's the official video: https://www.youtube.com/watch?v=Y1D3a5eDJIs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}