Information about plays

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

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

{
    "id": 347293,
    "uri": "https://api.kexp.org/v2/plays/347293/?format=api",
    "airdate": "2019-06-28T05:17:52-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "http://coverartarchive.org/release/a1439055-f1fa-4c4c-a8a3-71a074615911/4024431683-250.jpg",
    "thumbnail_uri": "",
    "song": "You (Ha Ha Ha)",
    "track_id": "e1e63b67-f82e-35f7-8d4b-c915d8455b53",
    "recording_id": null,
    "artist": "Charli XCX",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "True Romance",
    "release_id": "a1439055-f1fa-4c4c-a8a3-71a074615911",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "2013-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "She'll be at the Showbox October 4th https://twitter.com/charli_xcx",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}