Information about plays

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

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

{
    "id": 379290,
    "uri": "https://api.kexp.org/v2/plays/379290/?format=api",
    "airdate": "2019-09-10T21:32:46-07:00",
    "show": 6314,
    "show_uri": "https://api.kexp.org/v2/shows/6314/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kangaroo",
    "track_id": "aaa55cd8-09ba-3e31-923e-96759cfaadcc",
    "recording_id": null,
    "artist": "This Mortal Coil",
    "artist_ids": [
        "60ef8ddb-7676-4056-a357-9a8c228d03a6"
    ],
    "album": "It’ll End in Tears",
    "release_id": "d24cc2a3-d5a0-30f9-b01a-caccbc8298fd",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}