Information about plays

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

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

{
    "id": 347156,
    "uri": "https://api.kexp.org/v2/plays/347156/?format=api",
    "airdate": "2019-06-27T21:09:31-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "http://coverartarchive.org/release/994b63ab-a807-4515-b6eb-985185448138/19455078851-250.jpg",
    "thumbnail_uri": "",
    "song": "Mambo rapidito",
    "track_id": "6a6e6fa7-5302-4cc7-9d2d-3ae3ef2dd148",
    "recording_id": null,
    "artist": "Orquesta Akokán",
    "artist_ids": [
        "9f7942e2-ecdd-4ecb-8511-6ed275084b2a"
    ],
    "album": "Orquesta Akokán",
    "release_id": "994b63ab-a807-4515-b6eb-985185448138",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2018-03-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Havana, Cuba a blazing presentation of deeply soulful mambo reminiscent of Benny Moré and banda gigante of the 1940’s and 50’s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}