Information about plays

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

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

{
    "id": 370884,
    "uri": "https://api.kexp.org/v2/plays/370884/?format=api",
    "airdate": "2019-08-22T15:05:08-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "http://coverartarchive.org/release/03b85a26-fadd-3441-ad4e-064fbd7d41a6/12254075907-250.jpg",
    "thumbnail_uri": "",
    "song": "Neighborhood #2 (Laïka)",
    "track_id": "ebda84e9-5bd7-3c07-a97b-ca8ad282fba3",
    "recording_id": null,
    "artist": "Arcade Fire",
    "artist_ids": [
        "52074ba6-e495-4ef3-9bb4-0703888a9f68"
    ],
    "album": "Funeral",
    "release_id": "03b85a26-fadd-3441-ad4e-064fbd7d41a6",
    "release_group_id": null,
    "labels": [
        "V2 Records Japan"
    ],
    "label_ids": [
        "2efdd24a-5411-4124-98ee-c1e755e6d5cb"
    ],
    "release_date": "2005-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Neighborhood #2 (Laïka)', the second track on \"Funeral\", is (according to Win Butler) about the Russian space program sending the dog Laika into space. Laika was the first living creature to orbit Earth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}