Information about plays

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

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

{
    "id": 507053,
    "uri": "https://api.kexp.org/v2/plays/507053/?format=api",
    "airdate": "2002-01-14T20:12:00-08:00",
    "show": 8727,
    "show_uri": "https://api.kexp.org/v2/shows/8727/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513NCD3KAAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513NCD3KAAL._SL75_.jpg",
    "song": "Badenma",
    "track_id": "e5efd58a-e70d-45a4-b903-d0277f368339",
    "recording_id": null,
    "artist": "Alpha Yaya Diallo",
    "artist_ids": [
        "d4b7f01e-7307-460f-98ae-f889200e40b6"
    ],
    "album": "The Message",
    "release_id": "4f3f50dd-f440-4d45-a180-4bee3fea336e",
    "release_group_id": null,
    "labels": [
        "Factor/Festival(Canada)"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}