Information about plays

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

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

{
    "id": 424291,
    "uri": "https://api.kexp.org/v2/plays/424291/?format=api",
    "airdate": "2001-05-14T09:56:40-07:00",
    "show": 7116,
    "show_uri": "https://api.kexp.org/v2/shows/7116/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mQT8f20nL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mQT8f20nL._SL75_.jpg",
    "song": "Noel, Jonah and Me",
    "track_id": null,
    "recording_id": null,
    "artist": "The Spinanes",
    "artist_ids": [
        "ea8aba9a-0163-439b-91ff-fe02e9d67663"
    ],
    "album": "Manos",
    "release_id": "8cce490a-3b96-4b9d-a566-afd28bb3afc4",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-10-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}