Information about plays

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

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

{
    "id": 506517,
    "uri": "https://api.kexp.org/v2/plays/506517/?format=api",
    "airdate": "2002-01-13T04:10:00-08:00",
    "show": 8715,
    "show_uri": "https://api.kexp.org/v2/shows/8715/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-fdcMyUjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-fdcMyUjL._SL75_.jpg",
    "song": "Something for Johnny",
    "track_id": "bc4e3751-b6ed-4874-962c-9597adf72fe6",
    "recording_id": null,
    "artist": "Stereophonic Space Sound Unlimited",
    "artist_ids": [
        "fedab326-58e1-4828-873f-ea19c7113b27"
    ],
    "album": "The Fluid Soundbox",
    "release_id": "163b2389-cfbe-4b23-a84c-5f1263880c2e",
    "release_group_id": null,
    "labels": [
        "Mai Tai"
    ],
    "label_ids": [],
    "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"
}