Information about plays

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

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

{
    "id": 455949,
    "uri": "https://api.kexp.org/v2/plays/455949/?format=api",
    "airdate": "2001-08-15T13:33:45-07:00",
    "show": 7719,
    "show_uri": "https://api.kexp.org/v2/shows/7719/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51STXMRA47L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51STXMRA47L._SL75_.jpg",
    "song": "The Dead Part of You",
    "track_id": "a548c141-a983-4ec3-8523-1705d97303d4",
    "recording_id": null,
    "artist": "American Music Club",
    "artist_ids": [
        "5837d14e-4d18-49cf-a759-e5818714bce4"
    ],
    "album": "Everclear",
    "release_id": "0df8b957-14f3-4485-8eec-3e14ad84ea03",
    "release_group_id": null,
    "labels": [
        "Alias Records"
    ],
    "label_ids": [
        "0dc156ed-4e11-4684-bd22-3b7982579a3b"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}