Information about plays

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

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

{
    "id": 432395,
    "uri": "https://api.kexp.org/v2/plays/432395/?format=api",
    "airdate": "2001-06-07T19:09:28-07:00",
    "show": 7273,
    "show_uri": "https://api.kexp.org/v2/shows/7273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R40S8X88L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R40S8X88L._SL75_.jpg",
    "song": "Meat Off the Bone",
    "track_id": "8fd8ba63-6161-40f0-83e0-559f39fe2c3d",
    "recording_id": null,
    "artist": "The Gourds",
    "artist_ids": [
        "7f98cb2a-9b68-4b3d-9acf-e858694a3396"
    ],
    "album": "Bolsa de Agua",
    "release_id": "a89273f3-03fb-47f4-a9e0-5519d32755c9",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "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"
}