Information about plays

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

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

{
    "id": 348627,
    "uri": "https://api.kexp.org/v2/plays/348627/?format=api",
    "airdate": "2019-07-01T12:36:37-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Was Born (A Unicorn)",
    "track_id": "c40c06cc-3512-4454-8730-1d92aab56d0b",
    "recording_id": null,
    "artist": "The Unicorns",
    "artist_ids": [
        "603c5f9f-492a-4f21-9d6f-1642a5dbea2d"
    ],
    "album": "Who Will Cut Our Hair When We're Gone?",
    "release_id": "d26661ea-71cd-4044-98aa-a6f08e9c05e8",
    "release_group_id": null,
    "labels": [
        "Alien8 Recordings"
    ],
    "label_ids": [
        "216f5cd5-9227-46e9-9826-5fd40c07d7a0"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Campbell River, BC but got their break in Montréal, QC. https://twitter.com/theunicornsband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}