Information about plays

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

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

{
    "id": 351350,
    "uri": "https://api.kexp.org/v2/plays/351350/?format=api",
    "airdate": "2019-07-07T15:02:43-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/dd157141-4520-4a79-a385-bf80432b797d/2859473231-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Some",
    "track_id": "e603735a-c7a3-350e-8c85-65ced28bc214",
    "recording_id": null,
    "artist": "Lykke Li",
    "artist_ids": [
        "cc7d4686-ea02-45fd-956e-94c1a322558c"
    ],
    "album": "Get Some",
    "release_id": "dd157141-4520-4a79-a385-bf80432b797d",
    "release_group_id": null,
    "labels": [
        "Rough Trade Shops"
    ],
    "label_ids": [
        "c091a4d4-cf4f-4d2b-99c2-d3108c819a4c"
    ],
    "release_date": "2010-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}