Information about plays

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

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

{
    "id": 344727,
    "uri": "https://api.kexp.org/v2/plays/344727/?format=api",
    "airdate": "2019-06-22T13:15:04-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1/4120233081-250.jpg",
    "thumbnail_uri": "",
    "song": "Foxy Lady",
    "track_id": "cd837206-e3ed-376f-a11a-e8eda843af82",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "Are You Experienced?",
    "release_id": "d4a2896a-4cab-4b82-bbd0-1e8cec60f0c1",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Taking it back to a time where the guitars riffed and music had a message, the 1993 Jimi Hendrix Experience's \"Foxy Lady\" from the album 'Are You Experienced'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}