Information about plays

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

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

{
    "id": 462518,
    "uri": "https://api.kexp.org/v2/plays/462518/?format=api",
    "airdate": "2001-09-03T19:20:00-07:00",
    "show": 7854,
    "show_uri": "https://api.kexp.org/v2/shows/7854/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Scs0skdFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Scs0skdFL._SL75_.jpg",
    "song": "Easy Motion Tourist",
    "track_id": "e5008073-678d-458b-94c4-9f714e335193",
    "recording_id": null,
    "artist": "King Sunny Ade",
    "artist_ids": [
        "3e110caa-e9e8-4c33-98dc-ebbf0c6d2494"
    ],
    "album": "Odu",
    "release_id": "b73ab90d-0ce8-4801-8da3-0a331b9d9392",
    "release_group_id": null,
    "labels": [
        "Mesa Records"
    ],
    "label_ids": [
        "a25f5088-6311-4bbf-b907-a37d9b8f95ca"
    ],
    "release_date": "1998-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}