Information about plays

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

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

{
    "id": 343073,
    "uri": "https://api.kexp.org/v2/plays/343073/?format=api",
    "airdate": "2019-06-18T17:49:04-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "http://coverartarchive.org/release/6038087a-9780-4391-9e45-6c088d4d2e4b/10953575097-250.jpg",
    "thumbnail_uri": "",
    "song": "Fidelity",
    "track_id": "301242cc-3f69-3119-acc2-6f375ff94e9b",
    "recording_id": null,
    "artist": "Regina Spektor",
    "artist_ids": [
        "fbb375f9-48bb-4635-824e-4120273b3ba7"
    ],
    "album": "Begin to Hope",
    "release_id": "6038087a-9780-4391-9e45-6c088d4d2e4b",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2006-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Regina Spektor left her home in the USSR as a refugee at the age of 9. Stay tuned for a World Refugee Day show on Wo'Pop, and tune in this Thursday as we celebrate the contributions of refugee artists all day long on KEXP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}