Information about plays

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

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

{
    "id": 531585,
    "uri": "https://api.kexp.org/v2/plays/531585/?format=api",
    "airdate": "2002-03-27T02:12:44-08:00",
    "show": 9204,
    "show_uri": "https://api.kexp.org/v2/shows/9204/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6110hq9B25L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6110hq9B25L._SL75_.jpg",
    "song": "La Cienega Just Smiled",
    "track_id": null,
    "recording_id": null,
    "artist": "Ryan Adams",
    "artist_ids": [
        "c80f38a6-9980-485d-997c-5c1a9cbd0d64"
    ],
    "album": "Gold",
    "release_id": "433adbc2-382f-4f3a-9ce9-401f221f5b3b",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2001-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}