Information about plays

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

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

{
    "id": 343039,
    "uri": "https://api.kexp.org/v2/plays/343039/?format=api",
    "airdate": "2019-06-18T16:46:00-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe I’m Amazed",
    "track_id": "49984b44-d872-45c0-afbb-74ba5410db1e",
    "recording_id": null,
    "artist": "Paul McCartney",
    "artist_ids": [
        "ba550d0e-adac-4864-b88b-407cab5e76af"
    ],
    "album": "McCartney",
    "release_id": "dae9e486-0896-435d-8ee8-89bdbd859763",
    "release_group_id": null,
    "labels": [
        "Apple Records"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A two-time inductee into the Rock and Roll Hall of Fame (as a member of The Beatles and as a solo artist) and a 21-time Grammy Award winner, McCartney has written, or co-written 32 songs that have reached number one on the Billboard Hot 100. Happy birthday, Sir Paul!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}