Information about plays

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

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

{
    "id": 2675119,
    "uri": "https://api.kexp.org/v2/plays/2675119/?format=api",
    "airdate": "2019-12-18T23:34:47-08:00",
    "show": 46178,
    "show_uri": "https://api.kexp.org/v2/shows/46178/?format=api",
    "image_uri": "https://coverartarchive.org/release/55d5039a-9fa4-482d-b392-212d54a02d2c/6416649393-250.jpg",
    "thumbnail_uri": "",
    "song": "Easy",
    "track_id": "e1a656df-7d50-4783-bce5-68b920d2aee9",
    "recording_id": null,
    "artist": "Son Lux",
    "artist_ids": [
        "afcd292c-3c1e-4708-af4a-991aadf957e4"
    ],
    "album": "Lanterns",
    "release_id": "55d5039a-9fa4-482d-b392-212d54a02d2c",
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2013-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sonluxmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}