Information about plays

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

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

{
    "id": 377271,
    "uri": "https://api.kexp.org/v2/plays/377271/?format=api",
    "airdate": "2019-09-06T01:27:54-07:00",
    "show": 6278,
    "show_uri": "https://api.kexp.org/v2/shows/6278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gone For Good",
    "track_id": "0697ab5e-4780-44f1-b793-3c37c9eb0680",
    "recording_id": null,
    "artist": "smiles",
    "artist_ids": [
        "09ff824c-c4f9-4c45-8d68-2f32e2167e4a"
    ],
    "album": "Gone for Good",
    "release_id": "331b9074-453b-4747-9f8c-2d0fb5501c1a",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}