Information about plays

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

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

{
    "id": 1315090,
    "uri": "https://api.kexp.org/v2/plays/1315090/?format=api",
    "airdate": "2007-12-17T01:27:00-08:00",
    "show": 23000,
    "show_uri": "https://api.kexp.org/v2/shows/23000/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XQjU1rM9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XQjU1rM9L._SL75_.jpg",
    "song": "Who Used to Dance",
    "track_id": "c2809f5a-6b2b-49fc-a6d3-96f4a7e31841",
    "recording_id": null,
    "artist": "Abbey Lincoln",
    "artist_ids": [
        "ce8cbced-8719-47b9-b728-6024e8b19b15"
    ],
    "album": "Who Used to Dance",
    "release_id": "507f5433-5bdf-4f9e-a1ce-a6dab959b8a6",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}