Information about plays

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

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

{
    "id": 1313550,
    "uri": "https://api.kexp.org/v2/plays/1313550/?format=api",
    "airdate": "2007-12-13T02:26:29-08:00",
    "show": 22973,
    "show_uri": "https://api.kexp.org/v2/shows/22973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wvjQu0N5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wvjQu0N5L._SL75_.jpg",
    "song": "Devil in Me",
    "track_id": "910b9fe9-a747-42be-aa58-6a2eea4a909d",
    "recording_id": null,
    "artist": "22-20s",
    "artist_ids": [
        "9b09674c-c950-4265-aa4a-4232adfc064c"
    ],
    "album": "22-20s",
    "release_id": "8c0f8bda-94ef-46e0-888f-594d2b64cbdf",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "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"
}