Information about plays

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

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

{
    "id": 350230,
    "uri": "https://api.kexp.org/v2/plays/350230/?format=api",
    "airdate": "2019-07-04T23:29:09-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/575c4e9b-0d7b-3ffd-80f2-10edec60eb1b/7940491701-250.jpg",
    "thumbnail_uri": "",
    "song": "Star Spangled Banner",
    "track_id": "7ef2a4f4-bf3b-35df-9e9e-6b580e1a2ff8",
    "recording_id": null,
    "artist": "Jimi Hendrix",
    "artist_ids": [
        "06fb1c8b-566e-4cb2-985b-b467c90781d4"
    ],
    "album": "Experience Hendrix: The Best of Jimi Hendrix",
    "release_id": "575c4e9b-0d7b-3ffd-80f2-10edec60eb1b",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This song is the national anthem of the United States. \nHendrix' version can be seen as an anti war song about the situation in Vietnam.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}