Information about plays

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

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

{
    "id": 493578,
    "uri": "https://api.kexp.org/v2/plays/493578/?format=api",
    "airdate": "2001-12-05T08:47:00-08:00",
    "show": 8462,
    "show_uri": "https://api.kexp.org/v2/shows/8462/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410XCPMAZAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410XCPMAZAL._SL75_.jpg",
    "song": "Positive Id (Remix Bertrand)",
    "track_id": "01c4c0bc-3cb6-4bed-a20d-8d1ea84d8877",
    "recording_id": null,
    "artist": "Renegade Soundwave",
    "artist_ids": [
        "5e074654-aad2-4944-bce6-3aa1d16bb2d2"
    ],
    "album": "The Genius of Bertrand Burgalat",
    "release_id": "542a53cc-89eb-44fa-ba46-2e2ea630debc",
    "release_group_id": null,
    "labels": [
        "EFA"
    ],
    "label_ids": [
        "a02bd6d1-ac07-4153-bbbb-75ce4fbc6890"
    ],
    "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"
}