Information about plays

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

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

{
    "id": 349723,
    "uri": "https://api.kexp.org/v2/plays/349723/?format=api",
    "airdate": "2019-07-03T19:22:50-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Straighten It Out",
    "track_id": "702a02fc-54fb-31a6-995d-433396fff885",
    "recording_id": null,
    "artist": "Latimore",
    "artist_ids": [
        "59e33321-b398-4bbc-8923-7a993700fa84"
    ],
    "album": "More, More, More",
    "release_id": "a3a06c66-cc51-4121-b473-bf5b669c5474",
    "release_group_id": null,
    "labels": [
        "Glades"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video live: https://www.youtube.com/watch?v=DgFRxaSk5yA ; Benny Latimore was born in 1939 in Charleston, Tennessee: http://www.soulbluesmusic.com/latimore.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}