Information about plays

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

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

{
    "id": 344255,
    "uri": "https://api.kexp.org/v2/plays/344255/?format=api",
    "airdate": "2019-06-21T05:06:43-07:00",
    "show": 5735,
    "show_uri": "https://api.kexp.org/v2/shows/5735/?format=api",
    "image_uri": "http://coverartarchive.org/release/84f2a351-913b-4f73-853b-023e5c256912/22994127066-250.jpg",
    "thumbnail_uri": "",
    "song": "EARTHA",
    "track_id": "4fd46d87-42d4-47f4-92f1-c5672f37fd8f",
    "recording_id": null,
    "artist": "Jamila Woods",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6"
    ],
    "album": "LEGACY! LEGACY!",
    "release_id": "84f2a351-913b-4f73-853b-023e5c256912",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2019-05-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jamila Woods plays the Crocodile June 26th! http://www.jamila-woods.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}