Information about plays

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

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

{
    "id": 1233523,
    "uri": "https://api.kexp.org/v2/plays/1233523/?format=api",
    "airdate": "2007-05-20T16:45:56-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fabcas%2BRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fabcas%2BRL._SL75_.jpg",
    "song": "Get Innocuous!",
    "track_id": null,
    "recording_id": null,
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Sound of Silver",
    "release_id": "7461ca27-65e8-4106-a75e-de068dc3a619",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "release_date": null,
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}