Information about plays

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

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

{
    "id": 531854,
    "uri": "https://api.kexp.org/v2/plays/531854/?format=api",
    "airdate": "2002-03-27T19:15:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AULtCrRaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AULtCrRaL._SL75_.jpg",
    "song": "Do You See My Love (For You Growing)",
    "track_id": "bb6df0b2-4cd4-49a8-aeda-4da7931ef7ec",
    "recording_id": null,
    "artist": "The Dirtbombs",
    "artist_ids": [
        "49d68d0c-cfe4-4adb-abe5-64cb50671070"
    ],
    "album": "Ultraglide in Black",
    "release_id": "d7c3a371-bdeb-4e31-85e8-acf3ce0ccfae",
    "release_group_id": null,
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2001-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}