Information about plays

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

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

{
    "id": 465216,
    "uri": "https://api.kexp.org/v2/plays/465216/?format=api",
    "airdate": "2001-09-11T20:40:00-07:00",
    "show": 7905,
    "show_uri": "https://api.kexp.org/v2/shows/7905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FJ4VBZ44L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FJ4VBZ44L._SL75_.jpg",
    "song": "Call to Prayer",
    "track_id": "2e2e3199-8da5-459c-852e-16db652fcc69",
    "recording_id": null,
    "artist": "Baaba Maal ",
    "artist_ids": [
        "cec7447d-a39c-41c5-ba74-5d7057e5c731"
    ],
    "album": "Passion: Sources",
    "release_id": "4ae65212-2f01-4e41-a807-41ccf10d8ab5",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}