Information about plays

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

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

{
    "id": 2683184,
    "uri": "https://api.kexp.org/v2/plays/2683184/?format=api",
    "airdate": "2020-01-07T08:47:18-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/480b5948-d91e-4c4a-bc7b-c42f16f86696/9635181414-250.jpg",
    "thumbnail_uri": "",
    "song": "Girlfriend",
    "track_id": "7774d2e6-7e90-3cfc-9fc4-8e40c81045c4",
    "recording_id": null,
    "artist": "Matthew Sweet",
    "artist_ids": [
        "3fbcd2d3-3d78-470f-9e47-8f4d66da2474"
    ],
    "album": "Girlfriend",
    "release_id": "480b5948-d91e-4c4a-bc7b-c42f16f86696",
    "release_group_id": null,
    "labels": [
        "Zoo Entertainment"
    ],
    "label_ids": [
        "9efb4191-76ed-4a41-8889-8573cc106375"
    ],
    "release_date": "1991-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sweet recorded this song in 1990 as he was going through a brutal divorce. Around the same time, he met someone new, giving \"Girlfriend\" layers of emotional turmoil.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}