Information about plays

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

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

{
    "id": 509427,
    "uri": "https://api.kexp.org/v2/plays/509427/?format=api",
    "airdate": "2002-01-21T19:30:00-08:00",
    "show": 8775,
    "show_uri": "https://api.kexp.org/v2/shows/8775/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J2GQ32YWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J2GQ32YWL._SL75_.jpg",
    "song": "Umasihlalisane",
    "track_id": "b316a9aa-511e-422b-816b-3bd29b44577b",
    "recording_id": null,
    "artist": "Mahlathini and The Mahotella Queens",
    "artist_ids": [
        "7a63191f-6d03-4b91-ae21-86dac044bec8"
    ],
    "album": "Mbaqanga",
    "release_id": "329d212e-18cd-452f-99c4-b583b74187bd",
    "release_group_id": null,
    "labels": [
        "Kaz (UK)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}